go/types.Context.mu (field)

7 uses

	go/types (current package)
		context.go#L22: 	mu        sync.Mutex
		context.go#L68: 	ctxt.mu.Lock()
		context.go#L69: 	defer ctxt.mu.Unlock()
		context.go#L91: 	ctxt.mu.Lock()
		context.go#L92: 	defer ctxt.mu.Unlock()
		context.go#L115: 	ctxt.mu.Lock()
		context.go#L116: 	defer ctxt.mu.Unlock()